alter table "AppointmentTransaction"
add column if not exists "VoucherNumber" character varying(15)

alter table "AppointmentTransaction"
add column if not exists "SendedVia" text;
alter table "AppointmentTransaction"
add column if not exists "ReceivedIn" text;